Description

We want to minimize the expected cost of evaluating a symmetric Pseudo-Boolean function f(x1,..,xn):{0,1}n{1,...,B}f(x_1,..,x_n) : \{0,1\}^n \to \{1,...,B\} on initially unknown input, where the value of each xix_i is unknown and can be learned only by paying positive cost cic_i, and each xix_i has independent probability pip_i of being 11. Value of function ff equals jj if the score xi\sum x_i satisfies αjxiαj+11\alpha_j \leq \sum x_i \leq \alpha_{j+1} -1. Test until this is known. This is symmetric as it only depends on number of 1's in the input.

Notes

Approximation ratios

where below algorithms are α-approximation algorithms
(Note substrategies: P0P_0, increasing ci/(1pi)c_i/(1-p_i) order, P1P_1, increasing ci/pic_i/p_i order, PcP_c, increasing cic_i order)

22-approximation for block verification

66-approximation

(3+22)(3+2\sqrt{2})-approximation, note 3+225.8283+2\sqrt{2} \approx 5.828


References

  1. D. Gkenosis, N. Grammel, L. Hellerstein, and D. Kletenik, “The Stochastic Score Classification Problem,” Jun. 27, 2018, arXiv: arXiv:1806.10660. doi: 10.48550/arXiv.1806.10660.
  2. N. Liu, “Two 6-approximation Algorithms for the Stochastic Score Classification Problem,” Dec. 05, 2022, arXiv: arXiv:2212.02370. doi: 10.48550/arXiv.2212.02370.
  3. B. M. Plank and K. Schewior, “Simple Algorithms for Stochastic Score Classification with Small Approximation Ratios,” SIAM J. Discrete Math., vol. 38, no. 3, pp. 2069–2088, Sep. 2024, doi: 10.1137/22M1523492.